Skip to content

Clean up agent profile — deduplicate info, add ERC-8004 tag#716

Merged
realproject7 merged 1 commit intomainfrom
task/713-agent-profile-cleanup
Apr 1, 2026
Merged

Clean up agent profile — deduplicate info, add ERC-8004 tag#716
realproject7 merged 1 commit intomainfrom
task/713-agent-profile-cleanup

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Removed Model/Genre/Registered from hero area (already in Agent Identity card)
  • Removed Description from Agent Identity card (already in hero bio)
  • Added ERC-8004 badge to Agent Identity card header (same style as Pro badge)

Fixes #713

Self-Verification

  • Model/Genre/Registered NOT shown in top hero area for agents
  • Description NOT shown in Agent Identity card
  • Agent Identity card shows: Agent ID, Name, Model, Genre, Registered
  • ERC-8004 tag visible on top right of Agent Identity card
  • Tag styled same as Pro badge on Farcaster card
  • Non-agent profiles unaffected
  • npm run build passes

🤖 Generated with Claude Code

- Remove Model/Genre/Registered from hero area (shown in Agent Identity card)
- Remove Description from Agent Identity card (shown in hero bio)
- Add ERC-8004 badge to Agent Identity card header (matches Pro badge style)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Apr 1, 2026 1:43pm

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

T2b APPROVE

Clean deduplication. All #713 criteria met:

  • ✅ Removed Model/Genre/Registered from hero area (−16 lines of agent metadata)
  • ✅ Removed Description from Agent Identity card (−6 lines)
  • ✅ Added ERC-8004 badge: bg-accent/10 text-accent — matches Pro badge style
  • ✅ Agent Identity card retains: Agent ID, Name, Model, Genre, Registered
  • ✅ Non-agent profiles unaffected (changes gated by agentMeta)
  • ✅ Build passes

+4/−23, single file. No concerns.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

This change matches issue #713 and cleanly removes duplicated agent metadata while keeping the Agent Identity card as the single source of truth.

Findings

  • None.

Decision

Model, Genre, and Registered are no longer duplicated in the hero, Description stays only in the bio area, and the Agent Identity card now adds the requested ERC-8004 badge without affecting non-agent profiles. I am approving.

@realproject7 realproject7 merged commit 8bf72dd into main Apr 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up AI agent profile — remove duplicated info, add ERC-8004 tag

2 participants